TSTP Solution File: SWV436^4 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SWV436^4 : TPTP v8.1.0. Released v3.6.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n019.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Wed Jul 20 20:12:44 EDT 2022

% Result   : Theorem 0.19s 0.41s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   67
% Syntax   : Number of formulae    :  155 (  56 unt;  37 typ;  24 def)
%            Number of atoms       :  963 ( 257 equ;   0 cnn)
%            Maximal formula atoms :   12 (   8 avg)
%            Number of connectives : 1228 ( 167   ~; 312   |;   2   &; 746   @)
%                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   4 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :  165 ( 165   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   39 (  36 usr;   5 con; 0-3 aty)
%            Number of variables   :  341 (  39   ^ 298   !;   4   ?; 341   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_individuals,type,
    individuals: $tType ).

thf(tp_admin,type,
    admin: $i > $o ).

thf(tp_bob,type,
    bob: $i > $o ).

thf(tp_current_world,type,
    current_world: $i ).

thf(tp_deletefile1,type,
    deletefile1: $i > $o ).

thf(tp_icl_and,type,
    icl_and: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_icl_atom,type,
    icl_atom: ( $i > $o ) > $i > $o ).

thf(tp_icl_false,type,
    icl_false: $i > $o ).

thf(tp_icl_impl,type,
    icl_impl: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_icl_or,type,
    icl_or: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_icl_princ,type,
    icl_princ: ( $i > $o ) > $i > $o ).

thf(tp_icl_says,type,
    icl_says: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_icl_true,type,
    icl_true: $i > $o ).

thf(tp_iclval,type,
    iclval: ( $i > $o ) > $o ).

thf(tp_mall,type,
    mall: ( individuals > $i > $o ) > $i > $o ).

thf(tp_mand,type,
    mand: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mbox,type,
    mbox: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mcountersatisfiable,type,
    mcountersatisfiable: ( $i > $o ) > $o ).

thf(tp_mdia,type,
    mdia: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mexists,type,
    mexists: ( individuals > $i > $o ) > $i > $o ).

thf(tp_mfalse,type,
    mfalse: $i > $o ).

thf(tp_miff,type,
    miff: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_mimpl,type,
    mimpl: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_minvalid,type,
    minvalid: ( $i > $o ) > $o ).

thf(tp_mnot,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(tp_mor,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(tp_msatisfiable,type,
    msatisfiable: ( $i > $o ) > $o ).

thf(tp_mtrue,type,
    mtrue: $i > $o ).

thf(tp_mvalid,type,
    mvalid: ( $i > $o ) > $o ).

thf(tp_prop_a,type,
    prop_a: $i > $o ).

thf(tp_prop_b,type,
    prop_b: $i > $o ).

thf(tp_prop_c,type,
    prop_c: $i > $o ).

thf(tp_rel,type,
    rel: $i > $i > $o ).

thf(tp_sK1_SX0,type,
    sK1_SX0: $i ).

thf(tp_sK2_SY15,type,
    sK2_SY15: $i ).

thf(tp_sK3_SY20,type,
    sK3_SY20: ( $i > $o ) > $i > $i ).

thf(tp_sK4_SY23,type,
    sK4_SY23: ( $i > $o ) > $i > $i ).

thf(icl_and,definition,
    ( icl_and
    = ( ^ [A: $i > $o,B: $i > $o] : ( mand @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_and) ).

thf(icl_atom,definition,
    ( icl_atom
    = ( ^ [P: $i > $o] : ( mbox @ rel @ P ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_atom) ).

thf(icl_false,definition,
    icl_false = mfalse,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_false) ).

thf(icl_impl,definition,
    ( icl_impl
    = ( ^ [A: $i > $o,B: $i > $o] : ( mbox @ rel @ ( mimpl @ A @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_impl) ).

thf(icl_or,definition,
    ( icl_or
    = ( ^ [A: $i > $o,B: $i > $o] : ( mor @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_or) ).

thf(icl_princ,definition,
    ( icl_princ
    = ( ^ [P: $i > $o] : P ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_princ) ).

thf(icl_says,definition,
    ( icl_says
    = ( ^ [A: $i > $o,S: $i > $o] : ( mbox @ rel @ ( mor @ A @ S ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_says) ).

thf(icl_true,definition,
    icl_true = mtrue,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',icl_true) ).

thf(iclval,definition,
    ( iclval
    = ( ^ [X: $i > $o] : ( mvalid @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',iclval) ).

thf(mall,definition,
    ( mall
    = ( ^ [P: individuals > $i > $o,W: $i] :
        ! [X: individuals] : ( P @ X @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mall) ).

thf(mand,definition,
    ( mand
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          & ( Y @ U ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mand) ).

thf(mbox,definition,
    ( mbox
    = ( ^ [R: $i > $i > $o,P: $i > $o,X: $i] :
        ! [Y: $i] :
          ( ( R @ X @ Y )
         => ( P @ Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mbox) ).

thf(mcountersatisfiable,definition,
    ( mcountersatisfiable
    = ( ^ [P: $i > $o] :
        ? [W: $i] :
          ~ ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mcountersatisfiable) ).

thf(mdia,definition,
    ( mdia
    = ( ^ [R: $i > $i > $o,P: $i > $o,X: $i] :
        ? [Y: $i] :
          ( ( R @ X @ Y )
          & ( P @ Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mdia) ).

thf(mexists,definition,
    ( mexists
    = ( ^ [P: individuals > $i > $o,W: $i] :
        ? [X: individuals] : ( P @ X @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mexists) ).

thf(mfalse,definition,
    ( mfalse
    = ( ^ [X: $i] : $false ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mfalse) ).

thf(miff,definition,
    ( miff
    = ( ^ [U: $i > $o,V: $i > $o] : ( mand @ ( mimpl @ U @ V ) @ ( mimpl @ V @ U ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',miff) ).

thf(mimpl,definition,
    ( mimpl
    = ( ^ [U: $i > $o,V: $i > $o] : ( mor @ ( mnot @ U ) @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mimpl) ).

thf(minvalid,definition,
    ( minvalid
    = ( ^ [P: $i > $o] :
        ! [W: $i] :
          ~ ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',minvalid) ).

thf(mnot,definition,
    ( mnot
    = ( ^ [X: $i > $o,U: $i] :
          ~ ( X @ U ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mnot) ).

thf(mor,definition,
    ( mor
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          | ( Y @ U ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mor) ).

thf(msatisfiable,definition,
    ( msatisfiable
    = ( ^ [P: $i > $o] :
        ? [W: $i] : ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',msatisfiable) ).

thf(mtrue,definition,
    ( mtrue
    = ( ^ [X: $i] : $true ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mtrue) ).

thf(mvalid,definition,
    ( mvalid
    = ( ^ [P: $i > $o] :
        ! [W: $i] : ( P @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mvalid) ).

thf(1,axiom,
    iclval @ ( icl_says @ ( icl_princ @ bob ) @ ( icl_atom @ deletefile1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax3) ).

thf(2,axiom,
    iclval @ ( icl_says @ ( icl_princ @ admin ) @ ( icl_says @ ( icl_impl @ ( icl_princ @ bob ) @ ( icl_princ @ admin ) ) @ ( icl_atom @ deletefile1 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax2) ).

thf(3,axiom,
    iclval @ ( icl_says @ ( icl_impl @ ( icl_princ @ admin ) @ icl_false ) @ ( icl_atom @ deletefile1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax1) ).

thf(4,axiom,
    ! [B: $i > $o] : ( mvalid @ ( mimpl @ ( mbox @ rel @ B ) @ ( mbox @ rel @ ( mbox @ rel @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',trans_axiom) ).

thf(5,axiom,
    ! [A: $i > $o] : ( mvalid @ ( mimpl @ ( mbox @ rel @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',refl_axiom) ).

thf(6,conjecture,
    iclval @ ( icl_atom @ deletefile1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ex3) ).

thf(7,negated_conjecture,
    ( ( iclval @ ( icl_atom @ deletefile1 ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[6]) ).

thf(8,plain,
    ( ( ~ ( iclval @ ( icl_atom @ deletefile1 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[7]) ).

thf(9,plain,
    ( ( ! [A: $i > $o] : ( mvalid @ ( mimpl @ ( mbox @ rel @ A ) @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[5]) ).

thf(10,plain,
    ( ( ! [B: $i > $o] : ( mvalid @ ( mimpl @ ( mbox @ rel @ B ) @ ( mbox @ rel @ ( mbox @ rel @ B ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[4]) ).

thf(11,plain,
    ( ( iclval @ ( icl_says @ ( icl_impl @ ( icl_princ @ admin ) @ icl_false ) @ ( icl_atom @ deletefile1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[3]) ).

thf(12,plain,
    ( ( iclval @ ( icl_says @ ( icl_princ @ admin ) @ ( icl_says @ ( icl_impl @ ( icl_princ @ bob ) @ ( icl_princ @ admin ) ) @ ( icl_atom @ deletefile1 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[2]) ).

thf(13,plain,
    ( ( iclval @ ( icl_says @ ( icl_princ @ bob ) @ ( icl_atom @ deletefile1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[1]) ).

thf(14,plain,
    ( ( ~ ( iclval @ ( icl_atom @ deletefile1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[8]) ).

thf(15,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( rel @ SX0 @ SX1 )
            | ( deletefile1 @ SX1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14,icl_and,icl_atom,icl_false,icl_impl,icl_or,icl_princ,icl_says,icl_true,iclval,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(16,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( rel @ SX0 @ SX1 )
          | ( bob @ SX1 )
          | ! [SX2: $i] :
              ( ~ ( rel @ SX1 @ SX2 )
              | ( deletefile1 @ SX2 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13,icl_and,icl_atom,icl_false,icl_impl,icl_or,icl_princ,icl_says,icl_true,iclval,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(17,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( rel @ SX0 @ SX1 )
          | ( admin @ SX1 )
          | ! [SX2: $i] :
              ( ~ ( rel @ SX1 @ SX2 )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SX2 @ SX3 )
                  | ~ ( bob @ SX3 )
                  | ( admin @ SX3 ) )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SX2 @ SX3 )
                  | ( deletefile1 @ SX3 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12,icl_and,icl_atom,icl_false,icl_impl,icl_or,icl_princ,icl_says,icl_true,iclval,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(18,plain,
    ( ( ! [SX0: $i > $o,SX1: $i] :
          ( ~ ! [SX2: $i] :
                ( ~ ( rel @ SX1 @ SX2 )
                | ( SX0 @ SX2 ) )
          | ( SX0 @ SX1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9,icl_and,icl_atom,icl_false,icl_impl,icl_or,icl_princ,icl_says,icl_true,iclval,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(19,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( rel @ SX0 @ SX1 )
          | ! [SX2: $i] :
              ( ~ ( rel @ SX1 @ SX2 )
              | ~ ( admin @ SX2 )
              | $false )
          | ! [SX2: $i] :
              ( ~ ( rel @ SX1 @ SX2 )
              | ( deletefile1 @ SX2 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11,icl_and,icl_atom,icl_false,icl_impl,icl_or,icl_princ,icl_says,icl_true,iclval,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(20,plain,
    ( ( ! [SX0: $i > $o,SX1: $i] :
          ( ~ ! [SX2: $i] :
                ( ~ ( rel @ SX1 @ SX2 )
                | ( SX0 @ SX2 ) )
          | ! [SX2: $i] :
              ( ~ ( rel @ SX1 @ SX2 )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SX2 @ SX3 )
                  | ( SX0 @ SX3 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10,icl_and,icl_atom,icl_false,icl_impl,icl_or,icl_princ,icl_says,icl_true,iclval,mall,mand,mbox,mcountersatisfiable,mdia,mexists,mfalse,miff,mimpl,minvalid,mnot,mor,msatisfiable,mtrue,mvalid]) ).

thf(21,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( rel @ SX0 @ SX1 )
          | ( deletefile1 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[15]) ).

thf(22,plain,
    ! [SV1: $i] :
      ( ( ! [SY0: $i] :
            ( ~ ( rel @ SV1 @ SY0 )
            | ( bob @ SY0 )
            | ! [SX2: $i] :
                ( ~ ( rel @ SY0 @ SX2 )
                | ( deletefile1 @ SX2 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[16]) ).

thf(23,plain,
    ! [SV2: $i] :
      ( ( ! [SY2: $i] :
            ( ~ ( rel @ SV2 @ SY2 )
            | ( admin @ SY2 )
            | ! [SX2: $i] :
                ( ~ ( rel @ SY2 @ SX2 )
                | ! [SX3: $i] :
                    ( ~ ( rel @ SX2 @ SX3 )
                    | ~ ( bob @ SX3 )
                    | ( admin @ SX3 ) )
                | ! [SX3: $i] :
                    ( ~ ( rel @ SX2 @ SX3 )
                    | ( deletefile1 @ SX3 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[17]) ).

thf(24,plain,
    ! [SV3: $i > $o] :
      ( ( ! [SY6: $i] :
            ( ~ ! [SY7: $i] :
                  ( ~ ( rel @ SY6 @ SY7 )
                  | ( SV3 @ SY7 ) )
            | ( SV3 @ SY6 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[18]) ).

thf(25,plain,
    ! [SV4: $i] :
      ( ( ! [SY8: $i] :
            ( ~ ( rel @ SV4 @ SY8 )
            | ! [SX2: $i] :
                ( ~ ( rel @ SY8 @ SX2 )
                | ~ ( admin @ SX2 )
                | $false )
            | ! [SX2: $i] :
                ( ~ ( rel @ SY8 @ SX2 )
                | ( deletefile1 @ SX2 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[19]) ).

thf(26,plain,
    ! [SV5: $i > $o] :
      ( ( ! [SY11: $i] :
            ( ~ ! [SY12: $i] :
                  ( ~ ( rel @ SY11 @ SY12 )
                  | ( SV5 @ SY12 ) )
            | ! [SY13: $i] :
                ( ~ ( rel @ SY11 @ SY13 )
                | ! [SY14: $i] :
                    ( ~ ( rel @ SY13 @ SY14 )
                    | ( SV5 @ SY14 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(27,plain,
    ( ( ! [SY15: $i] :
          ( ~ ( rel @ sK1_SX0 @ SY15 )
          | ( deletefile1 @ SY15 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[21]) ).

thf(28,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ~ ( rel @ SV1 @ SV6 )
        | ( bob @ SV6 )
        | ! [SY16: $i] :
            ( ~ ( rel @ SV6 @ SY16 )
            | ( deletefile1 @ SY16 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[22]) ).

thf(29,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ~ ( rel @ SV2 @ SV7 )
        | ( admin @ SV7 )
        | ! [SY17: $i] :
            ( ~ ( rel @ SV7 @ SY17 )
            | ! [SX3: $i] :
                ( ~ ( rel @ SY17 @ SX3 )
                | ~ ( bob @ SX3 )
                | ( admin @ SX3 ) )
            | ! [SX3: $i] :
                ( ~ ( rel @ SY17 @ SX3 )
                | ( deletefile1 @ SX3 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[23]) ).

thf(30,plain,
    ! [SV3: $i > $o,SV8: $i] :
      ( ( ~ ! [SY20: $i] :
              ( ~ ( rel @ SV8 @ SY20 )
              | ( SV3 @ SY20 ) )
        | ( SV3 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[24]) ).

thf(31,plain,
    ! [SV9: $i,SV4: $i] :
      ( ( ~ ( rel @ SV4 @ SV9 )
        | ! [SY21: $i] :
            ( ~ ( rel @ SV9 @ SY21 )
            | ~ ( admin @ SY21 )
            | $false )
        | ! [SY22: $i] :
            ( ~ ( rel @ SV9 @ SY22 )
            | ( deletefile1 @ SY22 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[25]) ).

thf(32,plain,
    ! [SV5: $i > $o,SV10: $i] :
      ( ( ~ ! [SY23: $i] :
              ( ~ ( rel @ SV10 @ SY23 )
              | ( SV5 @ SY23 ) )
        | ! [SY24: $i] :
            ( ~ ( rel @ SV10 @ SY24 )
            | ! [SY14: $i] :
                ( ~ ( rel @ SY24 @ SY14 )
                | ( SV5 @ SY14 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[26]) ).

thf(33,plain,
    ( ( ~ ( rel @ sK1_SX0 @ sK2_SY15 )
      | ( deletefile1 @ sK2_SY15 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[27]) ).

thf(34,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( ~ ( rel @ SV1 @ SV6 ) )
        = $true )
      | ( ( ( bob @ SV6 )
          | ! [SY16: $i] :
              ( ~ ( rel @ SV6 @ SY16 )
              | ( deletefile1 @ SY16 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[28]) ).

thf(35,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ( ~ ( rel @ SV2 @ SV7 ) )
        = $true )
      | ( ( ( admin @ SV7 )
          | ! [SY17: $i] :
              ( ~ ( rel @ SV7 @ SY17 )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SY17 @ SX3 )
                  | ~ ( bob @ SX3 )
                  | ( admin @ SX3 ) )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SY17 @ SX3 )
                  | ( deletefile1 @ SX3 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[29]) ).

thf(36,plain,
    ! [SV3: $i > $o,SV8: $i] :
      ( ( ( ~ ! [SY20: $i] :
                ( ~ ( rel @ SV8 @ SY20 )
                | ( SV3 @ SY20 ) ) )
        = $true )
      | ( ( SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[30]) ).

thf(37,plain,
    ! [SV9: $i,SV4: $i] :
      ( ( ( ~ ( rel @ SV4 @ SV9 ) )
        = $true )
      | ( ( ! [SY21: $i] :
              ( ~ ( rel @ SV9 @ SY21 )
              | ~ ( admin @ SY21 )
              | $false )
          | ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[31]) ).

thf(38,plain,
    ! [SV5: $i > $o,SV10: $i] :
      ( ( ( ~ ! [SY23: $i] :
                ( ~ ( rel @ SV10 @ SY23 )
                | ( SV5 @ SY23 ) ) )
        = $true )
      | ( ( ! [SY24: $i] :
              ( ~ ( rel @ SV10 @ SY24 )
              | ! [SY14: $i] :
                  ( ~ ( rel @ SY24 @ SY14 )
                  | ( SV5 @ SY14 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[32]) ).

thf(39,plain,
    ( ( ~ ( rel @ sK1_SX0 @ sK2_SY15 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[33]) ).

thf(40,plain,
    ( ( deletefile1 @ sK2_SY15 )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[33]) ).

thf(41,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( rel @ SV1 @ SV6 )
        = $false )
      | ( ( ( bob @ SV6 )
          | ! [SY16: $i] :
              ( ~ ( rel @ SV6 @ SY16 )
              | ( deletefile1 @ SY16 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[34]) ).

thf(42,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ( rel @ SV2 @ SV7 )
        = $false )
      | ( ( ( admin @ SV7 )
          | ! [SY17: $i] :
              ( ~ ( rel @ SV7 @ SY17 )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SY17 @ SX3 )
                  | ~ ( bob @ SX3 )
                  | ( admin @ SX3 ) )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SY17 @ SX3 )
                  | ( deletefile1 @ SX3 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[35]) ).

thf(43,plain,
    ! [SV3: $i > $o,SV8: $i] :
      ( ( ( ! [SY20: $i] :
              ( ~ ( rel @ SV8 @ SY20 )
              | ( SV3 @ SY20 ) ) )
        = $false )
      | ( ( SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[36]) ).

thf(44,plain,
    ! [SV9: $i,SV4: $i] :
      ( ( ( rel @ SV4 @ SV9 )
        = $false )
      | ( ( ! [SY21: $i] :
              ( ~ ( rel @ SV9 @ SY21 )
              | ~ ( admin @ SY21 )
              | $false )
          | ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(45,plain,
    ! [SV5: $i > $o,SV10: $i] :
      ( ( ( ! [SY23: $i] :
              ( ~ ( rel @ SV10 @ SY23 )
              | ( SV5 @ SY23 ) ) )
        = $false )
      | ( ( ! [SY24: $i] :
              ( ~ ( rel @ SV10 @ SY24 )
              | ! [SY14: $i] :
                  ( ~ ( rel @ SY24 @ SY14 )
                  | ( SV5 @ SY14 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[38]) ).

thf(46,plain,
    ( ( rel @ sK1_SX0 @ sK2_SY15 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[39]) ).

thf(47,plain,
    ! [SV1: $i,SV6: $i] :
      ( ( ( bob @ SV6 )
        = $true )
      | ( ( ! [SY16: $i] :
              ( ~ ( rel @ SV6 @ SY16 )
              | ( deletefile1 @ SY16 ) ) )
        = $true )
      | ( ( rel @ SV1 @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(48,plain,
    ! [SV2: $i,SV7: $i] :
      ( ( ( admin @ SV7 )
        = $true )
      | ( ( ! [SY17: $i] :
              ( ~ ( rel @ SV7 @ SY17 )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SY17 @ SX3 )
                  | ~ ( bob @ SX3 )
                  | ( admin @ SX3 ) )
              | ! [SX3: $i] :
                  ( ~ ( rel @ SY17 @ SX3 )
                  | ( deletefile1 @ SX3 ) ) ) )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[42]) ).

thf(49,plain,
    ! [SV3: $i > $o,SV8: $i] :
      ( ( ( ~ ( rel @ SV8 @ ( sK3_SY20 @ SV3 @ SV8 ) )
          | ( SV3 @ ( sK3_SY20 @ SV3 @ SV8 ) ) )
        = $false )
      | ( ( SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_forall_neg,[status(esa)],[43]) ).

thf(50,plain,
    ! [SV4: $i,SV9: $i] :
      ( ( ( ! [SY21: $i] :
              ( ~ ( rel @ SV9 @ SY21 )
              | ~ ( admin @ SY21 )
              | $false ) )
        = $true )
      | ( ( ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[44]) ).

thf(51,plain,
    ! [SV5: $i > $o,SV10: $i] :
      ( ( ( ~ ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
          | ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) ) )
        = $false )
      | ( ( ! [SY24: $i] :
              ( ~ ( rel @ SV10 @ SY24 )
              | ! [SY14: $i] :
                  ( ~ ( rel @ SY24 @ SY14 )
                  | ( SV5 @ SY14 ) ) ) )
        = $true ) ),
    inference(extcnf_forall_neg,[status(esa)],[45]) ).

thf(52,plain,
    ! [SV1: $i,SV11: $i,SV6: $i] :
      ( ( ( ~ ( rel @ SV6 @ SV11 )
          | ( deletefile1 @ SV11 ) )
        = $true )
      | ( ( bob @ SV6 )
        = $true )
      | ( ( rel @ SV1 @ SV6 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(53,plain,
    ! [SV2: $i,SV12: $i,SV7: $i] :
      ( ( ( ~ ( rel @ SV7 @ SV12 )
          | ! [SY26: $i] :
              ( ~ ( rel @ SV12 @ SY26 )
              | ~ ( bob @ SY26 )
              | ( admin @ SY26 ) )
          | ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(54,plain,
    ! [SV3: $i > $o,SV8: $i] :
      ( ( ( ~ ( rel @ SV8 @ ( sK3_SY20 @ SV3 @ SV8 ) ) )
        = $false )
      | ( ( SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[49]) ).

thf(55,plain,
    ! [SV8: $i,SV3: $i > $o] :
      ( ( ( SV3 @ ( sK3_SY20 @ SV3 @ SV8 ) )
        = $false )
      | ( ( SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[49]) ).

thf(56,plain,
    ! [SV4: $i,SV13: $i,SV9: $i] :
      ( ( ( ~ ( rel @ SV9 @ SV13 )
          | ~ ( admin @ SV13 )
          | $false )
        = $true )
      | ( ( ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(57,plain,
    ! [SV5: $i > $o,SV10: $i] :
      ( ( ( ~ ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) ) )
        = $false )
      | ( ( ! [SY24: $i] :
              ( ~ ( rel @ SV10 @ SY24 )
              | ! [SY14: $i] :
                  ( ~ ( rel @ SY24 @ SY14 )
                  | ( SV5 @ SY14 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[51]) ).

thf(58,plain,
    ! [SV10: $i,SV5: $i > $o] :
      ( ( ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $false )
      | ( ( ! [SY24: $i] :
              ( ~ ( rel @ SV10 @ SY24 )
              | ! [SY14: $i] :
                  ( ~ ( rel @ SY24 @ SY14 )
                  | ( SV5 @ SY14 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[51]) ).

thf(59,plain,
    ! [SV1: $i,SV11: $i,SV6: $i] :
      ( ( ( ~ ( rel @ SV6 @ SV11 ) )
        = $true )
      | ( ( deletefile1 @ SV11 )
        = $true )
      | ( ( bob @ SV6 )
        = $true )
      | ( ( rel @ SV1 @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[52]) ).

thf(60,plain,
    ! [SV2: $i,SV12: $i,SV7: $i] :
      ( ( ( ~ ( rel @ SV7 @ SV12 ) )
        = $true )
      | ( ( ! [SY26: $i] :
              ( ~ ( rel @ SV12 @ SY26 )
              | ~ ( bob @ SY26 )
              | ( admin @ SY26 ) )
          | ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[53]) ).

thf(61,plain,
    ! [SV3: $i > $o,SV8: $i] :
      ( ( ( rel @ SV8 @ ( sK3_SY20 @ SV3 @ SV8 ) )
        = $true )
      | ( ( SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[54]) ).

thf(62,plain,
    ! [SV4: $i,SV13: $i,SV9: $i] :
      ( ( ( ~ ( rel @ SV9 @ SV13 ) )
        = $true )
      | ( ( ~ ( admin @ SV13 )
          | $false )
        = $true )
      | ( ( ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[56]) ).

thf(63,plain,
    ! [SV5: $i > $o,SV10: $i] :
      ( ( ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $true )
      | ( ( ! [SY24: $i] :
              ( ~ ( rel @ SV10 @ SY24 )
              | ! [SY14: $i] :
                  ( ~ ( rel @ SY24 @ SY14 )
                  | ( SV5 @ SY14 ) ) ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[57]) ).

thf(64,plain,
    ! [SV5: $i > $o,SV14: $i,SV10: $i] :
      ( ( ( ~ ( rel @ SV10 @ SV14 )
          | ! [SY28: $i] :
              ( ~ ( rel @ SV14 @ SY28 )
              | ( SV5 @ SY28 ) ) )
        = $true )
      | ( ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(65,plain,
    ! [SV1: $i,SV11: $i,SV6: $i] :
      ( ( ( rel @ SV6 @ SV11 )
        = $false )
      | ( ( deletefile1 @ SV11 )
        = $true )
      | ( ( bob @ SV6 )
        = $true )
      | ( ( rel @ SV1 @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(66,plain,
    ! [SV2: $i,SV12: $i,SV7: $i] :
      ( ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( ! [SY26: $i] :
              ( ~ ( rel @ SV12 @ SY26 )
              | ~ ( bob @ SY26 )
              | ( admin @ SY26 ) )
          | ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(67,plain,
    ! [SV4: $i,SV13: $i,SV9: $i] :
      ( ( ( rel @ SV9 @ SV13 )
        = $false )
      | ( ( ~ ( admin @ SV13 )
          | $false )
        = $true )
      | ( ( ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(68,plain,
    ! [SV5: $i > $o,SV15: $i,SV10: $i] :
      ( ( ( ~ ( rel @ SV10 @ SV15 )
          | ! [SY29: $i] :
              ( ~ ( rel @ SV15 @ SY29 )
              | ( SV5 @ SY29 ) ) )
        = $true )
      | ( ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(69,plain,
    ! [SV5: $i > $o,SV14: $i,SV10: $i] :
      ( ( ( ~ ( rel @ SV10 @ SV14 ) )
        = $true )
      | ( ( ! [SY28: $i] :
              ( ~ ( rel @ SV14 @ SY28 )
              | ( SV5 @ SY28 ) ) )
        = $true )
      | ( ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[64]) ).

thf(70,plain,
    ! [SV2: $i,SV7: $i,SV12: $i] :
      ( ( ( ! [SY26: $i] :
              ( ~ ( rel @ SV12 @ SY26 )
              | ~ ( bob @ SY26 )
              | ( admin @ SY26 ) ) )
        = $true )
      | ( ( ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[66]) ).

thf(71,plain,
    ! [SV4: $i,SV9: $i,SV13: $i] :
      ( ( ( ~ ( admin @ SV13 ) )
        = $true )
      | ( $false = $true )
      | ( ( rel @ SV9 @ SV13 )
        = $false )
      | ( ( ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[67]) ).

thf(72,plain,
    ! [SV5: $i > $o,SV15: $i,SV10: $i] :
      ( ( ( ~ ( rel @ SV10 @ SV15 ) )
        = $true )
      | ( ( ! [SY29: $i] :
              ( ~ ( rel @ SV15 @ SY29 )
              | ( SV5 @ SY29 ) ) )
        = $true )
      | ( ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[68]) ).

thf(73,plain,
    ! [SV5: $i > $o,SV14: $i,SV10: $i] :
      ( ( ( rel @ SV10 @ SV14 )
        = $false )
      | ( ( ! [SY28: $i] :
              ( ~ ( rel @ SV14 @ SY28 )
              | ( SV5 @ SY28 ) ) )
        = $true )
      | ( ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[69]) ).

thf(74,plain,
    ! [SV2: $i,SV7: $i,SV16: $i,SV12: $i] :
      ( ( ( ~ ( rel @ SV12 @ SV16 )
          | ~ ( bob @ SV16 )
          | ( admin @ SV16 ) )
        = $true )
      | ( ( ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(75,plain,
    ! [SV4: $i,SV9: $i,SV13: $i] :
      ( ( ( admin @ SV13 )
        = $false )
      | ( $false = $true )
      | ( ( rel @ SV9 @ SV13 )
        = $false )
      | ( ( ! [SY22: $i] :
              ( ~ ( rel @ SV9 @ SY22 )
              | ( deletefile1 @ SY22 ) ) )
        = $true )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(76,plain,
    ! [SV5: $i > $o,SV15: $i,SV10: $i] :
      ( ( ( rel @ SV10 @ SV15 )
        = $false )
      | ( ( ! [SY29: $i] :
              ( ~ ( rel @ SV15 @ SY29 )
              | ( SV5 @ SY29 ) ) )
        = $true )
      | ( ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[72]) ).

thf(77,plain,
    ! [SV10: $i,SV5: $i > $o,SV17: $i,SV14: $i] :
      ( ( ( ~ ( rel @ SV14 @ SV17 )
          | ( SV5 @ SV17 ) )
        = $true )
      | ( ( rel @ SV10 @ SV14 )
        = $false )
      | ( ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(78,plain,
    ! [SV2: $i,SV7: $i,SV16: $i,SV12: $i] :
      ( ( ( ~ ( rel @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( bob @ SV16 )
          | ( admin @ SV16 ) )
        = $true )
      | ( ( ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[74]) ).

thf(79,plain,
    ! [SV4: $i,SV13: $i,SV18: $i,SV9: $i] :
      ( ( ( ~ ( rel @ SV9 @ SV18 )
          | ( deletefile1 @ SV18 ) )
        = $true )
      | ( ( rel @ SV9 @ SV13 )
        = $false )
      | ( $false = $true )
      | ( ( admin @ SV13 )
        = $false )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(80,plain,
    ! [SV10: $i,SV5: $i > $o,SV19: $i,SV15: $i] :
      ( ( ( ~ ( rel @ SV15 @ SV19 )
          | ( SV5 @ SV19 ) )
        = $true )
      | ( ( rel @ SV10 @ SV15 )
        = $false )
      | ( ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(81,plain,
    ! [SV10: $i,SV5: $i > $o,SV17: $i,SV14: $i] :
      ( ( ( ~ ( rel @ SV14 @ SV17 ) )
        = $true )
      | ( ( SV5 @ SV17 )
        = $true )
      | ( ( rel @ SV10 @ SV14 )
        = $false )
      | ( ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[77]) ).

thf(82,plain,
    ! [SV2: $i,SV7: $i,SV16: $i,SV12: $i] :
      ( ( ( rel @ SV12 @ SV16 )
        = $false )
      | ( ( ~ ( bob @ SV16 )
          | ( admin @ SV16 ) )
        = $true )
      | ( ( ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[78]) ).

thf(83,plain,
    ! [SV4: $i,SV13: $i,SV18: $i,SV9: $i] :
      ( ( ( ~ ( rel @ SV9 @ SV18 ) )
        = $true )
      | ( ( deletefile1 @ SV18 )
        = $true )
      | ( ( rel @ SV9 @ SV13 )
        = $false )
      | ( $false = $true )
      | ( ( admin @ SV13 )
        = $false )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(84,plain,
    ! [SV10: $i,SV5: $i > $o,SV19: $i,SV15: $i] :
      ( ( ( ~ ( rel @ SV15 @ SV19 ) )
        = $true )
      | ( ( SV5 @ SV19 )
        = $true )
      | ( ( rel @ SV10 @ SV15 )
        = $false )
      | ( ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[80]) ).

thf(85,plain,
    ! [SV10: $i,SV5: $i > $o,SV17: $i,SV14: $i] :
      ( ( ( rel @ SV14 @ SV17 )
        = $false )
      | ( ( SV5 @ SV17 )
        = $true )
      | ( ( rel @ SV10 @ SV14 )
        = $false )
      | ( ( SV5 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[81]) ).

thf(86,plain,
    ! [SV2: $i,SV7: $i,SV12: $i,SV16: $i] :
      ( ( ( ~ ( bob @ SV16 ) )
        = $true )
      | ( ( admin @ SV16 )
        = $true )
      | ( ( rel @ SV12 @ SV16 )
        = $false )
      | ( ( ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[82]) ).

thf(87,plain,
    ! [SV4: $i,SV13: $i,SV18: $i,SV9: $i] :
      ( ( ( rel @ SV9 @ SV18 )
        = $false )
      | ( ( deletefile1 @ SV18 )
        = $true )
      | ( ( rel @ SV9 @ SV13 )
        = $false )
      | ( $false = $true )
      | ( ( admin @ SV13 )
        = $false )
      | ( ( rel @ SV4 @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[83]) ).

thf(88,plain,
    ! [SV10: $i,SV5: $i > $o,SV19: $i,SV15: $i] :
      ( ( ( rel @ SV15 @ SV19 )
        = $false )
      | ( ( SV5 @ SV19 )
        = $true )
      | ( ( rel @ SV10 @ SV15 )
        = $false )
      | ( ( rel @ SV10 @ ( sK4_SY23 @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[84]) ).

thf(89,plain,
    ! [SV2: $i,SV7: $i,SV12: $i,SV16: $i] :
      ( ( ( bob @ SV16 )
        = $false )
      | ( ( admin @ SV16 )
        = $true )
      | ( ( rel @ SV12 @ SV16 )
        = $false )
      | ( ( ! [SY27: $i] :
              ( ~ ( rel @ SV12 @ SY27 )
              | ( deletefile1 @ SY27 ) ) )
        = $true )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[86]) ).

thf(90,plain,
    ! [SV2: $i,SV7: $i,SV16: $i,SV20: $i,SV12: $i] :
      ( ( ( ~ ( rel @ SV12 @ SV20 )
          | ( deletefile1 @ SV20 ) )
        = $true )
      | ( ( rel @ SV12 @ SV16 )
        = $false )
      | ( ( admin @ SV16 )
        = $true )
      | ( ( bob @ SV16 )
        = $false )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(91,plain,
    ! [SV2: $i,SV7: $i,SV16: $i,SV20: $i,SV12: $i] :
      ( ( ( ~ ( rel @ SV12 @ SV20 ) )
        = $true )
      | ( ( deletefile1 @ SV20 )
        = $true )
      | ( ( rel @ SV12 @ SV16 )
        = $false )
      | ( ( admin @ SV16 )
        = $true )
      | ( ( bob @ SV16 )
        = $false )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(92,plain,
    ! [SV2: $i,SV7: $i,SV16: $i,SV20: $i,SV12: $i] :
      ( ( ( rel @ SV12 @ SV20 )
        = $false )
      | ( ( deletefile1 @ SV20 )
        = $true )
      | ( ( rel @ SV12 @ SV16 )
        = $false )
      | ( ( admin @ SV16 )
        = $true )
      | ( ( bob @ SV16 )
        = $false )
      | ( ( rel @ SV7 @ SV12 )
        = $false )
      | ( ( admin @ SV7 )
        = $true )
      | ( ( rel @ SV2 @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[91]) ).

thf(93,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[40,92,88,87,85,65,61,55,46]) ).

thf(94,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[93]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SWV436^4 : TPTP v8.1.0. Released v3.6.0.
% 0.06/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n019.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Wed Jun 15 01:55:56 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 5
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 3455
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:5,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:7,loop_count:0,foatp_calls:0,translation:fof_full).....
% 0.19/0.41  
% 0.19/0.41  ********************************
% 0.19/0.41  *   All subproblems solved!    *
% 0.19/0.41  ********************************
% 0.19/0.41  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:5,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:93,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.41  
% 0.19/0.41  %**** Beginning of derivation protocol ****
% 0.19/0.41  % SZS output start CNFRefutation
% See solution above
% 0.19/0.41  
% 0.19/0.41  %**** End of derivation protocol ****
% 0.19/0.41  %**** no. of clauses in derivation: 94 ****
% 0.19/0.41  %**** clause counter: 93 ****
% 0.19/0.41  
% 0.19/0.41  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:5,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:93,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------